* etags.c (ISUPPER): Move to inside the only #ifdef where it's used.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 23:26:55 +0000 (15:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 23:26:55 +0000 (15:26 -0800)
commitaef1e031e9c561613a0dda8f7f0aaf7f1d4923a6
tree6aaba841618761c82caf0ca4545a31a3a8030454
parent77c03e3ef2311c3c0bd68cce4b2cecf4bc9d7e5b
* etags.c (ISUPPER): Move to inside the only #ifdef where it's used.

This avoids an unused-macro warning with some GCC settings.
lib-src/ChangeLog
lib-src/etags.c